home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Education / PC-SiG's World of Education.iso / run / 2602 / danintro.h < prev    next >
Encoding:
Text File  |  1988-12-29  |  1.7 KB  |  36 lines

  1. .dan
  2. DAN is a graphically oriented scientific data analysis tool for IBM PCs
  3. and compatibles.  It provides a quick and flexible means of processing
  4. data files by allowing these files to be used as variables in formulas. 
  5. DAN treats them as if they defined continuous mathematical functions.
  6.  
  7. DAN lets you define and execute special processing algorithms to
  8. manipulate data and produce plots, disk files, and/or listings of the
  9. processed data.  A processing algorithm is expressed as a sequence of
  10. statements whose syntax is similar to a high level language but without
  11. most of the housekeeping details associated with programming. 
  12. Algorithms may be created, saved, and used as needed.
  13.  
  14. Data manipulations are specified by combining arithmetic operators,
  15. constants, function calls (e.g.  sin,cos,log), and data file names in
  16. algebraic expressions.  For example,
  17.  
  18.         PLOT(x*x-sin(x) / log(datafile+1) );
  19.  
  20. Plot labels may be specified, text notes may be embedded in the plot,
  21. several different coordinate systems may be used (e.g. Log-Log or polar),
  22. and multiple traces may be generated on
  23. each plot.  Hardcopies of plots may be output if your system has a printer
  24. that DAN supports.
  25.  
  26. Data values to be processed can be:
  27.     - Read from ASCII text files.
  28.     - Read from files created by a user's application program, provided
  29.       the file conforms to DAN's Data File format.
  30.     - Generated from user specified formulas.
  31.     - Entered directly from the keyboard by the operator.
  32.     - Read from files previously output by DAN.
  33.     - Input from any of the four analog or digital channels on a
  34.       game controller.
  35.     - Any combination of the above.
  36.